exynos: dts: Correct USB vbus-gpio numbering for Snow
authorSjoerd Simons <[email protected]>
Thu, 6 Nov 2014 10:44:31 +0000 (11:44 +0100)
committerMinkyu Kang <[email protected]>
Mon, 17 Nov 2014 10:12:30 +0000 (19:12 +0900)
The current vbus GPIOs on snow make very little sense, their number is
far above the maximum. As a result, USB doesn't work on snow.

Correct the GPIO numbering so they match the current scheme for exynos5.
Tested both EHCI and XHCI to correctly work after this change.

Signed-off-by: Sjoerd Simons <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
arch/arm/dts/exynos5250-snow.dts

index 6fd9275c4ef789134344bd4a774de154e18c4c5a..95af02534caa6ea9058a22b23fdb5dfc87617ac1 100644 (file)
        };
 
        ehci@12110000 {
-               samsung,vbus-gpio = <&gpio 0x309 0>; /* X11 */
+               samsung,vbus-gpio = <&gpio 0xb1 0>; /* X11 */
        };
 
        xhci@12000000 {
-               samsung,vbus-gpio = <&gpio 0x317 0>; /* X27 */
+               samsung,vbus-gpio = <&gpio 0xbf 0>; /* X27 */
        };
 
        tmu@10060000 {